Termination w.r.t. Q of the following Term Rewriting System could be proven:

Q restricted rewrite system:
The TRS R consists of the following rules:

fst2(0, Z) -> nil
fst2(s, cons1(Y)) -> cons1(Y)
from1(X) -> cons1(X)
add2(0, X) -> X
add2(s, Y) -> s
len1(nil) -> 0
len1(cons1(X)) -> s

Q is empty.


QTRS
  ↳ DependencyPairsProof

Q restricted rewrite system:
The TRS R consists of the following rules:

fst2(0, Z) -> nil
fst2(s, cons1(Y)) -> cons1(Y)
from1(X) -> cons1(X)
add2(0, X) -> X
add2(s, Y) -> s
len1(nil) -> 0
len1(cons1(X)) -> s

Q is empty.

Using Dependency Pairs [1,13] we result in the following initial DP problem:
Q DP problem:
P is empty.
The TRS R consists of the following rules:

fst2(0, Z) -> nil
fst2(s, cons1(Y)) -> cons1(Y)
from1(X) -> cons1(X)
add2(0, X) -> X
add2(s, Y) -> s
len1(nil) -> 0
len1(cons1(X)) -> s

Q is empty.
We have to consider all minimal (P,Q,R)-chains.

↳ QTRS
  ↳ DependencyPairsProof
QDP
      ↳ PisEmptyProof

Q DP problem:
P is empty.
The TRS R consists of the following rules:

fst2(0, Z) -> nil
fst2(s, cons1(Y)) -> cons1(Y)
from1(X) -> cons1(X)
add2(0, X) -> X
add2(s, Y) -> s
len1(nil) -> 0
len1(cons1(X)) -> s

Q is empty.
We have to consider all minimal (P,Q,R)-chains.
The TRS P is empty. Hence, there is no (P,Q,R) chain.